'Declaration
Public Function New( _ ByVal state As Object, _ ByVal vtq As DAVtq(Of TValue) _ )
'Usage
Dim state As Object Dim vtq As DAVtq(Of TValue) Dim instance As New DAVtqResult(Of TValue)(state, vtq)
public DAVtqResult<TValue>( object state, DAVtq<TValue> vtq )
public: DAVtqResult<TValue>( Object^ state, DAVtq<TValue^>^ vtq )
Parameters
- state
- The state object specified when the operation was invoked.
The value of this parameter can be
null
(Nothing
in Visual Basic). - vtq
- The DAVtq<TValue> (value, timestamp and quality) that is a successful result of the operation.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).